String Schema
ProcessStateType Simple Type
Description
Type which indicates next possible process states of the result
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:string
Overview
ProcessStateType Restriction of xs:string
Type which indicates next possible process states of the result
Facets
EnumerationBookingPossible
EnumerationRebookPossible
EnumerationCancellationPossible
EnumerationOptionPossible
EnumerationRequestPossible
EnumerationBookingOk
EnumerationRebookOk
EnumerationCancellationOk
EnumerationOptionOk
EnumerationRequestOk
EnumerationError
Source
<xs:simpleType name="ProcessStateType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Type which indicates next possible process states of the result</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="BookingPossible" />
    <xs:enumeration value="RebookPossible" />
    <xs:enumeration value="CancellationPossible" />
    <xs:enumeration value="OptionPossible" />
    <xs:enumeration value="RequestPossible" />
    <xs:enumeration value="BookingOk" />
    <xs:enumeration value="RebookOk" />
    <xs:enumeration value="CancellationOk" />
    <xs:enumeration value="OptionOk" />
    <xs:enumeration value="RequestOk" />
    <xs:enumeration value="Error" />
  </xs:restriction>
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.